Conversation
|
@ArielAbreu that's great! the only thing I think it feels a bit weird asking user for the root access just to download the file. Maybe we can simply fallback to the home directory like |
|
How about using |
|
@ArielAbreu sounds like a good idea 👍 |
|
Added a |
|
nice! one more thing to add https://github.com/runtimejs/runtime-tools/blob/fix-kernel-download/bin/runtime-qemu.js#L4 (so --local parsed as boolean) |
|
Right, thanks! |
|
OK to merge? |
|
@ArielAbreu yeah, this is great! appreciate you fixing this! |
This PR fixes the kernel download issues (well, throws an informative error) when the module is installed globally and isn't run as root (but only when downloading). Fixes #5.